﻿#pills-tab {
    height: 80px;
    justify-content: space-evenly;
}

#pills-tab a {
    position: relative;
}

#pills-tab .active h4 {
    color: #00bf44;
}

#pills-tab .active::after {
    content: " ";
    width: calc(100% + 20px);
    height: 4px;
    background-color: #00bf44;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
}

#pills-tab h4 {
    margin: 0px;
    color: #021f59;
    text-align: center;
    font-size: 21px;
    font-family: "Mohr-Medium";
}

#pills-tabContent {
    background-color: #f5f5f5;
}

.text-princ {
    font-family: "Mohr-LighIt";
    font-size: 30px;
    color: #707070;
    line-height: 66px;
    letter-spacing: -0.6px;
}

.card-img-wrapper {
    display: flex;
    height: 100%;
    padding: 15px;
}

.card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-descricao {
    border-left: 1.5px solid #00bf44;
}

.productslider-block {
    margin: 0px 0px 50px 0px;
}

.card {
    margin: 0;
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
}

.card-body {
    padding: 0;
}

.card-text {
    text-align: left;
    font-size: 15px;
    color: #707070;
    font-family: "Mohr-Medium";
}

.cardmc {
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 6px;
    margin-bottom: 1rem;
    width: 38.25rem;
    height: 10.313rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cardmc .card-title {
    color: #021f59;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
    margin-bottom: -0.25rem;
    margin-top: 1.25rem;
}

.cardmc .sub-title {
    color: #00bf44;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
}

.cardmc .text-mc {
    color: #707070;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    font-family: "Mohr-Medium";
    margin-top: -0.55rem;
    padding: 0px 36px 0px 0px;
}

.paisesTitle {
    display: block;
    font-size: 40px;
    text-align: center;
    color: #021f59;
    font-family: "Mohr-SemiBold";
    margin: 40px auto;
}

.todos-cardmc {
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 6px;
    margin-bottom: 1rem;
    width: 100%;
    height: 200px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.todos-cardmc .card-title {
    color: #021f59;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
    margin-bottom: -0.25rem;
    margin-top: 1.25rem;

}

.todos-cardmc .sub-title {
    color: #00bf44;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
}

.todos-cardmc .text-mc {
    color: #707070;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    font-family: "Mohr-Medium";
    margin-top: -0.55rem;
    padding: 0px 36px 0px 0px;

}

.mc {
    margin: 0 auto;
}

.px-4>div {
    display: flex;
    justify-content: center;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    color: #021f59;
    line-height: 36px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #021f59;
    border-radius: 50px;
    padding: 0px 7px 0px 14px;
    padding-left: 15px;

}

.slider-prev {
    left: 2%;
}

.slider-next {
    right: 2%;
}

.fa-angle-left:before {
    content: "\f104";
    right: 37%;
    position: relative;
}

.fa-angle-right:before {
    content: "\f105";
    position: relative;
    right: 23%;
}

.slick-disabled {
    display: none !important;
}

.carrousel-mc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

@media (min-width: 1918px) {
    .carrousel-mc .slick-slide {
        width: auto !important;
    }

    .slick-slide {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .title_poli {
        font-size: 67px;
    }

    .slider-arrow {
        display: none;
    }
}

@media (max-width: 834px) {
    h4 {
        margin: 21px 0px 3px 46px;
    }

    a.active::after {
        left: 45px;
    }

    .title_poli {
        font-size: 51px;
        max-width: 100%;
        bottom: 8rem;
    }

    .tablet {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .bannerImg {
        height: 40vh;
    }

    .carrousel-mc {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:640px) {

    #pills-tab {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    #pills-tab li {
        margin-bottom: 20px;
    }

    #pills-tab .active::after {
        content: none;
    }

    .carrousel-mc {
        grid-template-columns: 1fr;
    }

    .card-img-wrapper {
        flex-direction: column;
    }

    .slider-arrow {
        display: none;
    }

    .card-img-wrapper {
        display: block;
    }

    .cardmc,
    .todos-cardmc {
        width: auto;
        height: auto;
    }

    .card-descricao {
        border: none;
    }

    .cardmc .card-title,
    .todos-cardmc .card-title,
    .cardmc .sub-title,
    .todos-cardmc .sub-title {
        text-align: center;
    }

    .cardmc .text-mc {
        text-align: center;
        padding: 0px 10px 0px 10px;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        max-width: 275px;
    }

    .todos-cardmc .text-mc {
        text-align: center;
        padding: 0px 10px 0px 10px;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        max-width: 275px;
    }

    .card-img {
        padding: 0;
    }

    .responsive {
        padding: 34px 10px 0px 140px;

    }

    .slick-slide img {
        display: block;
        margin: 10px auto;
    }
}